Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

5 total results found

Physbone: Angle Limit Substitution for Colliders

Random Assorted Tips With Trixxed Unity Tips

Learned this from this tweet by Tupper which has a video demonstrating it. You can use less physbone colliders by clever use of physbone angle limits alongside the pitch, roll, and yaw fields. This can generally be used to prevent things such as hair, skirts...

VRChat
Avatar
VRChat
Gimmicks
Avatar3.0
Physbones

Contacts... How Do They Work?

Random Assorted Tips With Trixxed Unity Tips

Give headpats to the shadow creature In this semi-guide I'll explain how contacts work to my own limited understanding of them, great idea right?! I recommend reading the official documentation for contacts for a more technical look at how they function! Thi...

VRChat
Avatar
Avatar3.0
Contacts

How I Test Weight Painting on Avatars

Random Assorted Tips With Trixxed Unity Tips

Typically most people (at least the people I know) often test their avatar using MMD worlds and such. This involves uploading the avatar which takes time and isn't really ideal. You could try converting an animation onto a character in Blender but that can be ...

Unity
Avatar
VRChat
Avatar

VRAM Usage A.K.A Stop Being Monsters With Your Textures

Things You Should Know About Optimization Basic Optimization

With the most recent Developer Update post at the time of writing this, we have learned that Avatar Texture VRAM will now be accounted in the performance ranking. Below is a table of what the VRAM limits will be according to the dev post. Excellent ...

VRChat
Avatar
Unity
Optimization
VRChat
Optimization

Draw Calls (Materials and Meshes)

Things You Should Know About Optimization Basic Optimization

Generally, you should keep your material count as low as possible, as every new mesh and material in a scene counts as a new draw call, a draw call is an instruction to the graphics card on what to draw and how to draw it, the more draw calls you have, the mor...

VRChat
Avatar
VRChat
Optimization
Unity
Optimization
Unity
Optimization